home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00304.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  288 b   |  17 lines

  1. on enterFrame
  2.   repeat with x = 3 to 7
  3.     if rollOver(x) = 0 then
  4.       puppetSprite(x, 1)
  5.       set the visible of sprite x to 0
  6.       puppetSprite(x, 0)
  7.     end if
  8.   end repeat
  9. end
  10.  
  11. on exitFrame
  12.   global movieID
  13.   updateStage()
  14.   QTMovie("Direct", movieID, "Idle")
  15.   updateStage()
  16. end
  17.